extraColumn Property |
String that specifies the element name in the XSD or the property of a Business Object that can be brought along with the related column.
Syntax
HTML |
<IMG class="buslookup" extraColumn=sColumnName> |
Scripting |
imgID.extraColumn = sColumnName |
Parameters
Parameter |
Description |
---|---|
sColumnName |
String that denotes the element name in the XSD or the property of a Business Object that can be brought along with the related column. |
Example
The following example shows how the property can be used.
<!-- HTML definition of the IMG tag for lookup --> <IMG id="imgLookup" class="buslookup" relatedColumn="EmployeeID" extraColumn="FirstName" application="employeesApp.XMLDocument">